' Input Script to add space between address ' for receive input line s= GetIOLine if (s>"")and(s<>"%")and(s[1]<>"O") then s=AddSpaces_S(s) SetIOLine(s) end if